Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
CommonStateNotifier<TState> Class Members
The following tables list the members exposed by CommonStateNotifier<TState>.
Public Properties
| Name | Description |
| State | The common state for all participants. |
Public Methods
Public Events
| Name | Description |
| OnNotify | Raised when Notify is called on the notifier. Should be used to indicate a change in the State. |
See Also